From 691d8b2c17a5a421eb9fa1b7652722ca93f448d8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 3 Jun 1993 22:42:02 +0000 Subject: [PATCH] (xmakefile): Depend on ../config.status. --- src/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 07c9e989192..1cc94f6a732 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -71,7 +71,9 @@ relock: ### appropriate CPP symbols to use in ymakefile. ### If you have a problem with cc -E here, changing ### the definition of CPP above may fix it. -xmakefile: ymakefile config.h + +# Remake xmakefile whenever we reconfigure even if config.h didn't change. +xmakefile: ymakefile config.h ../config.status -rm -f xmakefile xmakefile.new junk.c junk.cpp cp ${srcdir}/ymakefile junk.c ${CPP} -I${srcdir} ${CFLAGS} junk.c > junk.cpp \ -- 2.30.2